'' If that didn't work, then we'll punt with the default
IF S$ = "" THEN
S$ = D$ + ":\CDMANIA"
END IF
'' WFSOUND.INF must be in any installed WFS product
IF EXISTS(MakePath(S$, "WFSOUND.INF")) THEN
r% = DoMsgBox("An installed copy of Wired for Sound or CD Mania was found in " + S$+ ". Setup recommends installing this program in the same location.", "CD Mania", MB_OK)
END IF
MakeInstDir = S$
END FUNCTION
SUB AddInfSectionNames(BASE$, TAPPS$, SOUNDS$, VOICES$, BASEINST$, TAPPSINST$, SOUNDSINST$, VOICESINST$) STATIC